Platform Explorer / Nuxeo Platform 2023.9

Component org.nuxeo.audit.directoryContrib

Resolution Order

287
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.audit.directoryContrib">

  <extension target="org.nuxeo.ecm.directory.GenericDirectory" point="directories">

    <directory name="eventTypes" extends="template-vocabulary">
      <dataFile>directories/event-types.csv</dataFile>
      <types>
        <type>system</type>
      </types>
    </directory>

    <directory name="eventCategories" extends="template-vocabulary">
      <dataFile>directories/event-categories.csv</dataFile>
      <types>
        <type>system</type>
      </types>
    </directory>

  </extension>
</component>